home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-15 | 565 b | 26 lines | [TEXT/MACA] |
- Sample Source Code:
- © Michael Lininger, Lininger Technology, 1992
-
- This sample shows how to grab an image of the FB Equate
- TimeDateRec and convert a known date into seconds and
- how to convert seconds back into a date.
-
- An efficient way to store dates within a database.
-
- LOCAL FN's
-
- LTRIM$ - Strips Leading Spaces
- PadZero$ - Pads a Leading '0' for date formatting
- FindDay$ - Returns Day of the Week as TEXT
- FindMonth$ - Returns Month as TEXT
- DateToString$ - Formats a Date/Time string$
-
-
- ToolBox CALL's/FN's
-
- CALL SECS2DATE
- FN DATE2SECS
-
-
-
-